home *** CD-ROM | disk | FTP | other *** search
/ Champak 110 / jogo-disk-110.iso / Games / steppenwolf_2_chapter_8.swf / scripts / DefineButton2_1724 / BUTTONCONDACTION on(release).as < prev   
Text File  |  2008-11-12  |  145b  |  10 lines

  1. on(release){
  2.    if(3 < eval("/Variables:InvNb"))
  3.    {
  4.       tellTarget("ControlFleche")
  5.       {
  6.          gotoAndPlay(1);
  7.       }
  8.    }
  9. }
  10.